StatisticsOrBuilder

interface StatisticsOrBuilder : MessageOrBuilder

Inheritors

Functions

Link copied to clipboard
abstract fun getHeartbeat(): Boolean

Is the heartbeat enabled on the server?
bool heartbeat = 7;
Link copied to clipboard
abstract fun getMessagesMax(): Int

Maximum number of messages we will save
uint32 messages_max = 3;
Link copied to clipboard
abstract fun getMessagesSaved(): Int

Number of messages we have currently saved our history.
uint32 messages_saved = 2;
Link copied to clipboard
abstract fun getMessagesTotal(): Int

Number of messages we have ever seen
uint32 messages_total = 1;
Link copied to clipboard
abstract fun getRequests(): Int

Number of times any client sent a request to the S&F.
uint32 requests = 5;
Link copied to clipboard
abstract fun getRequestsHistory(): Int

Number of times the history was requested.
uint32 requests_history = 6;
Link copied to clipboard
abstract fun getReturnMax(): Int

Maximum number of messages the server will return.
uint32 return_max = 8;
Link copied to clipboard
abstract fun getReturnWindow(): Int

Maximum history window in minutes the server will return messages from.
uint32 return_window = 9;
Link copied to clipboard
abstract fun getUpTime(): Int

Router uptime in seconds
uint32 up_time = 4;